-
Notifications
You must be signed in to change notification settings - Fork 43
✨ Add command to create a new olmv1 catalog #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm holding off on unit tests until two potential discussion points above (#220 (comment), #220 (comment)) are resolved |
742ac02
to
65df903
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Tested the PR successfully
|
65df903
to
df08ec1
Compare
df08ec1
to
b5aef3b
Compare
Signed-off-by: Artur Zych <[email protected]>
b5aef3b
to
a780b3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
This adds
create
command that enables creating a new catalog (ClusterCatalog
) in the cluster.create
has the following signature and flags:Example walkthrough:
2nd part of operator-framework/operator-controller#1770 (first one is here: #219)
closes operator-framework/operator-controller#1770